home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive CD-ROM & Web Magazine 6
/
Interactive CD-ROM & Web Magazine 6.iso
/
pc
/
imm
/
db
/
db.dir
/
00207.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-05
|
261 b
|
17 lines
on mouseUp
global cd, pathSeparator
go(1, cd & pathSeparator & "IMM" & pathSeparator & "home.dir")
end
on mousewithin
nothing()
end
on mouseenter
set the text of cast "rolltext" to "HOME"
end
on mouseexit
set the text of cast "rolltext" to " "
end